home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / GestaltValue / GestaltValue.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-07  |  532 b   |  26 lines  |  [TEXT/MPS ]

  1.  
  2. /************************************************************
  3.  
  4. Created: Tuesday April 29, 1992
  5.  GestaltValue.h
  6.  
  7.  
  8.   Copyright Apple Computer, Inc. 1992
  9.   All rights reserved
  10.  
  11. ************************************************************/
  12.  
  13.  
  14. #ifndef __GESTALTVALUE__
  15. #define __GESTALTVALUE__
  16.  
  17. #ifndef __TYPES__
  18. #include <Types.h>
  19. #endif
  20.  
  21. pascal OSErr NewGestaltValue (OSType selector, long newValue);
  22. pascal OSErr ReplaceGestaltValue (OSType selector, long replacementValue);
  23. pascal OSErr DeleteGestaltValue (OSType selector);
  24.  
  25. #endif
  26.